Skip to content

Commit

Permalink
added missing copy of data_rules during make install-ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
an0nym0us committed Sep 24, 2011
1 parent 684bd4f commit b939fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ install-ctrl:
@cp -frv base_rules $(PSL1GHT)
@cp -frv ppu_rules $(PSL1GHT)
@cp -frv spu_rules $(PSL1GHT)
@cp -frv data_rules $(PSL1GHT)

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

0 comments on commit b939fe6

Please sign in to comment.