12 lines
271 B
Makefile
12 lines
271 B
Makefile
|
#
|
||
|
# Copyright 2000 RidgeRun, Inc.
|
||
|
# Author: RidgeRun, Inc.
|
||
|
# glonnon@ridgerun.com, skranz@ridgerun.com, stevej@ridgerun.com
|
||
|
#
|
||
|
# Makefile for the Galileo EV64120 board.
|
||
|
#
|
||
|
|
||
|
obj-y += int-handler.o irq.o promcon.o reset.o serialGT.o setup.o
|
||
|
|
||
|
EXTRA_AFLAGS := $(CFLAGS)
|