From ad8f8687b78c3e917b173f038926695383c55555 Mon Sep 17 00:00:00 2001 From: Jon Loeliger Date: Tue, 15 Jan 2008 13:42:41 -0600 Subject: FSL: Convert board/freescale/common/Makefile to use CONFIG_ Convert the board/freescale/common/Makefile to use CONFIG_* options to select which files to conditionally compile into the board/freescale/common library rather than conditionally compiling entire files. Now handles:: CONFIG_FSL_PIXIS CONFIG_FSL_DIU_FB CONFIG_PQ_MDS_PIB CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone. Signed-off-by: Jon Loeliger --- board/freescale/common/pq-mds-pib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/freescale/common/pq-mds-pib.c') diff --git a/board/freescale/common/pq-mds-pib.c b/board/freescale/common/pq-mds-pib.c index e4f96e8..6c72aa1 100644 --- a/board/freescale/common/pq-mds-pib.c +++ b/board/freescale/common/pq-mds-pib.c @@ -12,8 +12,6 @@ #include #include -#ifdef CONFIG_PQ_MDS_PIB - #include "pq-mds-pib.h" int pib_init(void) @@ -102,4 +100,3 @@ int pib_init(void) i2c_set_bus_num(orig_i2c_bus); return 0; } -#endif /* CONFIG_PQ_MDS_PIB */ -- cgit v1.1