]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/onenand/Makefile
s5pc1xx: support onenand driver
[karo-tx-uboot.git] / drivers / mtd / onenand / Makefile
index 1d35a57d84f01336eabda2e7bc6e15abac59fbb9..2571df016385a440f6d20d442a0d969feabdc292 100644 (file)
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libonenand.a
 
 COBJS-$(CONFIG_CMD_ONENAND)    := onenand_uboot.o onenand_base.o onenand_bbt.o
+COBJS-$(CONFIG_SAMSUNG_ONENAND)        += samsung.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)