guo ecf2d82159
sync branch rt-smart. (#6641)
* Synchronize the code of the rt mart branch to the master branch.
  * TTY device
  * Add lwP code from rt-smart
  * Add vnode in DFS, but DFS will be re-write for rt-smart
  * There are three libcpu for rt-smart:
    * arm/cortex-a, arm/aarch64
    * riscv64

Co-authored-by: Rbb666 <zhangbingru@rt-thread.com>
Co-authored-by: zhkag <zhkag@foxmail.com>
2022-12-03 12:07:44 +08:00

28 lines
716 B
Makefile

ccflags-y += -I$(obj)/ \
-I$(srctree)/include/melis/kernel/drivers
obj-y += clk.o
obj-y += ccu.o
obj-y += ccu_mux.o
obj-y += ccu_nm.o
obj-y += ccu_common.o
obj-y += ccu_reset.o
obj-y += ccu_div.o
obj-y += ccu_frac.o
obj-y += ccu_gate.o
obj-y += ccu_mp.o
obj-y += ccu_mult.o
obj-y += ccu_nk.o
obj-y += ccu_nkm.o
obj-y += ccu_nkmp.o
obj-y += ccu_sdm.o
obj-y += clk-fixed-factor.o
obj-y += clk-fixed-rate.o
obj-y += clk-divider.o
obj-$(CONFIG_ARCH_SUN8IW20) += ccu-sun8iw20.o
obj-$(CONFIG_ARCH_SUN8IW20) += ccu-sun8iw20-r.o
obj-$(CONFIG_ARCH_SUN8IW20) += ccu-sun8iw20-rtc.o
obj-$(CONFIG_SOC_SUN20IW1) += ccu-sun8iw20.o
obj-$(CONFIG_SOC_SUN20IW1) += ccu-sun8iw20-r.o
obj-$(CONFIG_SOC_SUN20IW1) += ccu-sun8iw20-rtc.o