Makefile (9938b04472d5c59f8bd8152a548533a8599596a2) Makefile (a726f1d2dd4fee179aa4513176d688ad309de6cc)
1#
2# Joshua Henderson, <joshua.henderson@microchip.com>
3# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved.
4#
1#
2# Joshua Henderson, <joshua.henderson@microchip.com>
3# Copyright (C) 2015 Microchip Technology, Inc. All rights reserved.
4#
5obj-y := init.o time.o config.o
5obj-y := config.o early_clk.o init.o time.o
6
7obj-$(CONFIG_EARLY_PRINTK) += early_console.o \
6
7obj-$(CONFIG_EARLY_PRINTK) += early_console.o \
8 early_pin.o \
9 early_clk.o
8 early_pin.o