genode/repos/os/src/drivers/uart/spec/x86/target.mk
Stefan Kalkowski f1535b2481 uart_drv: transition to new base API
* Unify uart drivers of different hardware drivers
* Remove deprecated IRQ activations
* Remove additional timer thread in Fiasco* KDB driver
* Move more generic UART definitions to specific supported
  platforms (e.g.: pl011 -> pbxa9)
* Move internal definitions from global to local headers

Ref #1987
Fix #2071
2016-08-29 17:29:35 +02:00

4 lines
63 B
Makefile

REQUIRES = x86
include $(REP_DIR)/src/drivers/uart/target.inc