Skip to content

Commit

Permalink
install-ctrl is now standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
shagkur committed Apr 26, 2011
1 parent f8fdd26 commit 523c654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif

.PHONY: samples

all: install-ctrl
all:
@$(MAKE) -C common --no-print-directory
@$(MAKE) -C ppu --no-print-directory
@$(MAKE) -C spu --no-print-directory
Expand All @@ -24,9 +24,9 @@ doc:

install-ctrl:
@[ -d $(PSL1GHT) ] || mkdir -p $(PSL1GHT)
@[ -f $(PSL1GHT)/base_rules ] || cp -frv base_rules $(PSL1GHT)
@[ -f $(PSL1GHT)/ppu_rules ] || cp -frv ppu_rules $(PSL1GHT)
@[ -f $(PSL1GHT)/spu_rules ] || cp -frv spu_rules $(PSL1GHT)
@cp -frv base_rules $(PSL1GHT)
@cp -frv ppu_rules $(PSL1GHT)
@cp -frv spu_rules $(PSL1GHT)

install-socat:
@$(MAKE) -C tools install-socat --no-print-directory
Expand Down

0 comments on commit 523c654

Please sign in to comment.