xref: /linux/arch/mips/pic32/pic32mzda/Makefile (revision a8fe58cec351c25e09c393bf46117c0c47b5a17c)
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
6
7obj-$(CONFIG_EARLY_PRINTK)	+= early_console.o      \
8				   early_pin.o		\
9				   early_clk.o
10