Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
[oweals/u-boot.git] / drivers / misc / Makefile
index 78cec21fba31f6882daa7626a28bcba2957df789..67521720e7440ce62723d6d3afd176c753e1d899 100644 (file)
@@ -28,6 +28,7 @@ LIB   := $(obj)libmisc.a
 COBJS-y += ali512x.o
 COBJS-y += ns87308.o
 COBJS-y += status_led.o
+COBJS-$(CONFIG_FSL_LAW) += fsl_law.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)