Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « blackfin « Documentation - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6782c58fbc297d830fdf5a1a034b7b28ce0bce02 (plain)
1
2
3
4
5
ifneq ($(CONFIG_BLACKFIN),)
ifneq ($(CONFIG_BFIN_GPTIMERS),)
obj-m := gptimers-example.o
endif
endif