blob: a08b36830f0eb4f8a50a27759a7643f31905fa17 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile for the HITACHI UL SolutionEngine 7724 specific parts of the kernel
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
#
#
obj-y := setup.o irq.o sdram.o
|