forked from Qortal/Brooklyn
8 lines
162 B
Makefile
8 lines
162 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2014 Angelo Dureghello <angelo@sysam.it>
|
|
|
|
extra-y = start.o
|
|
obj-y = interrupts.o cpu.o speed.o cpu_init.o
|
|
|