diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-12-16 05:34:03 +0000 |
commit | 967c65a99059fd459b956c1588ce0ba227912c4e (patch) | |
tree | 8224d013ff5d255420713d05610c7efebd204d2a /drivers/misc/Makefile | |
parent | e20c1cc1656a66a2773bca4591a895cbc12696ff (diff) |
Merge with Linux 2.1.72, part 1.
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 795df5697..1137f6e80 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -30,6 +30,13 @@ ifeq ($(CONFIG_PARPORT),y) M_OBJS += parport_pc.o endif endif + ifeq ($(CONFIG_PARPORT_AX),y) + LX_OBJS += parport_ax.o + else + ifeq ($(CONFIG_PARPORT_AX),m) + M_OBJS += parport_ax.o + endif + endif LX_OBJS += parport_init.o else ifeq ($(CONFIG_PARPORT),m) @@ -43,6 +50,9 @@ else ifeq ($(CONFIG_PARPORT_PC),m) MX_OBJS += parport_pc.o endif + ifeq ($(CONFIG_PARPORT_AX),m) + MX_OBJS += parport_ax.o + endif endif include $(TOPDIR)/Rules.make |