summaryrefslogtreecommitdiff
path: root/hw/kdrive/ipaq/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/ipaq/Imakefile')
-rw-r--r--hw/kdrive/ipaq/Imakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/kdrive/ipaq/Imakefile b/hw/kdrive/ipaq/Imakefile
deleted file mode 100644
index 9658ea7e5..000000000
--- a/hw/kdrive/ipaq/Imakefile
+++ /dev/null
@@ -1,13 +0,0 @@
-XCOMM $RCSId: $
-KDRIVE=..
-#include "../Kdrive.tmpl"
-
-SRCS = ipaq.c
-
-OBJS = ipaq.o
-
-INCLUDES = -I. $(KDINCS) -I$(KDRIVE)/fbdev -I$(KDRIVE)/pcmcia
-
-NormalLibraryObjectRule()
-NormalLibraryTarget(ipaq,$(OBJS))
-DependTarget()