diff options
Diffstat (limited to 'hw/kdrive/linux/Makefile.am')
-rw-r--r-- | hw/kdrive/linux/Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/hw/kdrive/linux/Makefile.am b/hw/kdrive/linux/Makefile.am index cf3183b8f..4243a1124 100644 --- a/hw/kdrive/linux/Makefile.am +++ b/hw/kdrive/linux/Makefile.am @@ -13,17 +13,22 @@ if H3600_TS TS_C = ts.c endif +if KDRIVE_HW +KDRIVE_HW_SOURCES = \ + evdev.c \ + keyboard.c \ + linux.c +endif + liblinux_a_SOURCES = \ agp.c \ agp.h \ bus.c \ - keyboard.c \ klinux.h \ - linux.c \ mouse.c \ - evdev.c \ ms.c \ ps2.c \ + $(KDRIVE_HW_SOURCES) \ $(TSLIB_C) \ $(TS_C) |