From 9a34e576a4d414e96e97251b2213915c53b99836 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Sun, 1 Mar 2009 13:15:23 +0000 Subject: [PATCH] [24C0X] Added eeprom to Makefile Added the object file to the Makefile --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index 64f263d9..a1f53902 100644 --- a/Makefile.target +++ b/Makefile.target @@ -673,7 +673,7 @@ OBJS+= tsc2005.o bt-hci-csr.o OBJS+= mst_fpga.o mainstone.o OBJS+= musicpal.o pflash_cfi02.o OBJS+= s3c2410.o s3c24xx_gpio.o s3c24xx_lcd.o s3c24xx_mmci.o s3c24xx_rtc.o s3c24xx_udc.o s3c2410_nand.o s3c2440_nand.o -OBJS+= dm9000.o +OBJS+= dm9000.o eeprom24c0x.o OBJS+= mini2440.o CPPFLAGS += -DHAS_AUDIO endif -- 2.11.4.GIT