summaryrefslogtreecommitdiffstats
path: root/arch/mips/philips/nino/ramdisk/Makefile
blob: 1e7658863b6421d5453d3213438a90ec2aaa1c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the Philips Nino ramdisk
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

ramdisk.o: ramdisk.gz ld.script
	$(LD) -T ld.script -b binary -o $@ ramdisk.gz

include $(TOPDIR)/Rules.make