Add support for beagle and overo
[pandora-x-loader.git] / drivers / Makefile
index 2352f42..36b6fb2 100644 (file)
@@ -36,10 +36,18 @@ ifeq ($(BOARD), omap3430labrador)
 OBJS   += k9f1g08r0a.o
 endif
 
+ifeq ($(BOARD), omap3530beagle)
+OBJS   += k9f1g08r0a.o
+endif
+
 ifeq ($(BOARD), omap3evm)
 OBJS   += k9f1g08r0a.o
 endif
 
+ifeq ($(BOARD), overo)
+OBJS   += k9f1g08r0a.o
+endif
+
 ifeq ($(BOARD), omap2420h4) 
 OBJS   += k9k1216.o
 endif