1234567891011 |
- #
- # 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)
|