rk2928: fpga: board-rk2928-fpga.c include board-rk2928-fpga-key.c

This commit is contained in:
黄涛 2012-08-10 16:08:29 +08:00
parent 0bafc5d583
commit a1f50a1367
2 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,5 @@ obj-y += clock_data.o
obj-$(CONFIG_PM) += pm.o
CFLAGS_pm.o += -Os -mthumb
obj-$(CONFIG_MACH_RK2928_FPGA) += board-rk2928-fpga.o board-rk2928-fpga-key.o
obj-$(CONFIG_MACH_RK2928_FPGA) += board-rk2928-fpga.o
obj-$(CONFIG_MACH_RK2928_SDK) += board-rk2928-sdk.o

View File

@ -492,6 +492,8 @@ static rk_sensor_user_init_data_s rk_init_data_sensor[RK_CAM_NUM] =
#endif /* CONFIG_VIDEO_RK29 */
#include "board-rk2928-fpga-key.c"
/**************************************************************************************************
* SDMMC devices, include the module of SD,MMC,and sdio.noted by xbw at 2012-03-05
**************************************************************************************************/