Skip to content

Commit

Permalink
UPDATE.sh: prepare for addition of new archs s390 and m68k
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Aug 13, 2020
1 parent 4fbd10e commit 2bb7ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPDATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ find generic -name '..install.cmd' -exec rm {} +
find generic -name '.install' -exec rm {} +
git add generic/include/

for arch in arm arm64 powerpc mips x86 microblaze openrisc sh
for arch in arm arm64 powerpc mips x86 microblaze openrisc sh s390 m68k
do
git rm -rf $arch/include/*
test -e $arch/include && git rm -rf $arch/include/*
mkdir -p $arch/include
for dir in arch asm-generic drm linux mtd rdma scsi sound video xen
do
Expand Down

0 comments on commit 2bb7ae3

Please sign in to comment.