2015-06-04 10:17:57 +08:00
|
|
|
ccflags-y +=-I$(srctree)/include/bsp
|
|
|
|
ccflags-y +=-I$(srctree)/include/drivers
|
|
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
|
2015-03-10 07:05:07 +08:00
|
|
|
|
|
|
|
obj-y = systick.o
|
|
|
|
obj-$(CONFIG_GDB_INFO) += systick_gdb.o
|