mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 22:46:42 +07:00
10 lines
256 B
Makefile
10 lines
256 B
Makefile
|
#
|
||
|
# Joshua Henderson, <joshua.henderson@microchip.com>
|
||
|
# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved.
|
||
|
#
|
||
|
obj-y := init.o time.o config.o
|
||
|
|
||
|
obj-$(CONFIG_EARLY_PRINTK) += early_console.o \
|
||
|
early_pin.o \
|
||
|
early_clk.o
|