mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
8 lines
150 B
Makefile
Executable File
8 lines
150 B
Makefile
Executable File
#
|
|
# Makefile for the test code drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_USE_GPIO_GENERATE_WAVE) += gpio_wave.o
|