summaryrefslogtreecommitdiff
path: root/sys/arch/gumstix/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 20:52:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 20:52:51 +0000
commit5776b98b621ced4e32c210aeecde22695c97f033 (patch)
tree2cc92006ca21d15bc946f5086582a0a5e31b7471 /sys/arch/gumstix/conf
parent5d1cabd98bbf51221ac8d35ce4639076ee07f8fc (diff)
next unification step: remove bsd.rd test build goop
Diffstat (limited to 'sys/arch/gumstix/conf')
-rw-r--r--sys/arch/gumstix/conf/Makefile.gumstix11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix
index 4f003b413c3..955f0bfe5a0 100644
--- a/sys/arch/gumstix/conf/Makefile.gumstix
+++ b/sys/arch/gumstix/conf/Makefile.gumstix
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.gumstix,v 1.6 2010/04/26 20:50:16 deraadt Exp $
+# $OpenBSD: Makefile.gumstix,v 1.7 2010/04/26 20:52:50 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -213,15 +213,6 @@ locore.o: ${_archdir}/arm/locore.S assym.h
${NORMAL_S}
-bsd.rd: bsd
- cp bsd bsd.rd
- $S/../distrib/${BOARDTYPE}/ramdisk/rdsetroot < $S/../distrib/${BOARDTYPE}/ramdisk/mr.fs bsd.rd
-
-bsd.img: bsd.rd
- ${OBJCOPY} -O binary bsd.rd bsd.img
- mkimage -C none -A arm -O OpenBSD -e 0xa0200000 -a 0xa0200000 -d bsd.img bsd.umg
- sudo mount /dev/sd0i /mnt && sudo cp bsd.umg /mnt && sudo umount /mnt
-
# The install target can be redefined by putting a
# install-kernel-${MACHINE_NAME} target into /etc/mk.conf
MACHINE_NAME!= uname -n