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:
Maureen Helm 2016-07-19 15:46:38 -05:00
commit b4cd379209
2 changed files with 5 additions and 6 deletions

View file

@ -1 +1,2 @@
obj-$(CONFIG_HAS_KSDK) += ksdk/
obj-$(CONFIG_QMSI_BUILTIN) += qmsi/

View file

@ -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