7 lines
103 B
Makefile
7 lines
103 B
Makefile
|
#
|
||
|
# Makefile for common code of gt64120-based boards.
|
||
|
#
|
||
|
|
||
|
obj-y += time.o
|
||
|
obj-$(CONFIG_PCI) += pci.o
|