From 13aa36be2b85d3c49cb440484f3c4b02de8a6464 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Fri, 22 Oct 2010 14:49:10 -0300 Subject: [PATCH] Changed default target to "ben" and added Ben upload. - f32x/Makefile: "ben" is now the default target - f32x/Makefile: made upload process target-dependent --- f32x/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/f32x/Makefile b/f32x/Makefile index 44f06bc..0bd4f82 100644 --- a/f32x/Makefile +++ b/f32x/Makefile @@ -14,7 +14,7 @@ PREFIX=/usr ifeq ($(TARGET),) -TARGET = om +TARGET = ben endif CC_om = arm-angstrom-linux-gnueabi-gcc @@ -29,6 +29,9 @@ LDFLAGS_ben = OBJS_om = c2-om.o gpio-s3c24xx.o rt.o OBJS_ben = c2-ben.o gpio-xburst.o +UPLOAD_om = ssh lab neo 'cat \>f32x' f32x'