diff options
Diffstat (limited to 'fs/partitions/Makefile')
-rw-r--r-- | fs/partitions/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/partitions/Makefile b/fs/partitions/Makefile index 2dc58c20d..4b41d2a75 100644 --- a/fs/partitions/Makefile +++ b/fs/partitions/Makefile @@ -22,6 +22,10 @@ ifeq ($(CONFIG_ATARI_PARTITION),y) O_OBJS += atari.o endif +ifeq ($(CONFIG_IBM_PARTITION),y) +O_OBJS += ibm.o +endif + ifeq ($(CONFIG_MAC_PARTITION),y) O_OBJS += mac.o endif @@ -46,4 +50,5 @@ ifeq ($(CONFIG_ULTRIX_PARTITION),y) O_OBJS += ultrix.o endif + include $(TOPDIR)/Rules.make |