From eda933d33cc7df5f3b1d5c809108a70d7c26c23f Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 1 Aug 2005 02:12:32 +0000 Subject: [PATCH] Add ucslugc to the build and upload targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d9b1915de..c5f8304c13 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SVN_SSH ?= "-l ${SVN_USER}" all: update build .PHONY: build -build: build-unslung build-openslug build-optware +build: build-unslung build-openslug build-ucslugc build-optware .PHONY: setup setup: setup-master setup-bitbake setup-openembedded setup-optware @@ -249,7 +249,7 @@ autobuild: ${MAKE} update build upload .PHONY: upload -upload: upload-openslug-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross upload-sources +upload: upload-openslug-cross upload-ucslugc-cross upload-unslung-modules upload-optware-nslu2-cross upload-optware-wl500g-cross upload-sources .PHONY: upload-openslug-cross upload-openslug-cross: openslug/Makefile -- 2.39.5