1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# arch/arm/plat-s5p/Makefile # # Copyright (c) 2009 Samsung Electronics Co., Ltd. # http://www.samsung.com/ # # Licensed under GPLv2 obj-y := obj-m := obj-n := dummy.o obj- := # Core files obj-$(CONFIG_S5P_HRT) += s5p-time.o # devices obj-$(CONFIG_S5P_DEV_UART) += dev-uart.o obj-$(CONFIG_S5P_DEV_MFC) += dev-mfc.o obj-$(CONFIG_S5P_SETUP_MIPIPHY) += setup-mipiphy.o