mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 01:47:22 +08:00
8 lines
190 B
Makefile
8 lines
190 B
Makefile
|
ccflags-y += -I$(obj)/ \
|
||
|
-I$(srctree)/include/melis/kernel/drivers
|
||
|
|
||
|
obj-y += hal_clk.o hal_reset.o
|
||
|
|
||
|
obj-$(CONFIG_DRIVERS_SUNXI_CLK) += sunxi/
|
||
|
obj-$(CONFIG_DRIVERS_SUNXI_CCU) += sunxi-ng/
|