mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 06:26:38 +07:00
19 lines
285 B
Makefile
19 lines
285 B
Makefile
|
# arch/arm/plat-s5p/Makefile
|
||
|
#
|
||
|
# Copyright (c) 2009 Samsung Electronics Co., Ltd.
|
||
|
# http://www.samsung.com/
|
||
|
#
|
||
|
# Licensed under GPLv2
|
||
|
|
||
|
obj-y :=
|
||
|
obj-m :=
|
||
|
obj-n := dummy.o
|
||
|
obj- :=
|
||
|
|
||
|
# Core files
|
||
|
|
||
|
obj-y += dev-uart.o
|
||
|
obj-y += cpu.o
|
||
|
obj-y += clock.o
|
||
|
obj-y += irq.o
|