mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-12 16:40:42 +09:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
#
|
|
# Makefile for the adc core.
|
|
#
|
|
|
|
obj-$(CONFIG_ADC) += core.o
|
|
obj-y += plat/
|
|
|