ksdk: Compile the ksdk clock driver
Jira: ZEP-715 Change-Id: Ic48dd7e4a59c7e14186287d57e7837ccf2ff56be Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
67132c8689
commit
b4cd379209
2 changed files with 5 additions and 6 deletions
|
@ -1 +1,2 @@
|
|||
obj-$(CONFIG_HAS_KSDK) += ksdk/
|
||||
obj-$(CONFIG_QMSI_BUILTIN) += qmsi/
|
||||
|
|
|
@ -30,11 +30,9 @@ ZEPHYRINCLUDE += -I$(srctree)/ext/hal/ksdk/drivers
|
|||
# in a given SOC. See fsl_device_registers.h and $(KSDK_DEVICE)_features.h
|
||||
KBUILD_CFLAGS += -D$(KSDK_CPU)
|
||||
|
||||
# Soon we will add support here to build the CMSIS-CORE system configuration
|
||||
# object using the ksdk device name. For example:
|
||||
# obj-y += devices/$(KSDK_DEVICE)/system_$(KSDK_DEVICE).o
|
||||
#
|
||||
# Although it is not normal Kbuild practice, drilling down like this avoids the
|
||||
# need for repetitive Makefiles for every ksdk device.
|
||||
# Build ksdk device-specific objects. Although it is not normal Kbuild
|
||||
# practice, drilling down like this avoids the need for repetitive Makefiles
|
||||
# for every ksdk device.
|
||||
obj-y += devices/$(KSDK_DEVICE)/fsl_clock.o
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue