From: beeanyew Date: Wed, 19 May 2021 10:28:36 +0000 (+0200) Subject: Actually build the new eth driver to the correct directory X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=57e7a6994e5afb16ca7198dab02556779b1e5324;p=pistorm Actually build the new eth driver to the correct directory --- diff --git a/a314/software-amiga/a314eth.device b/a314/software-amiga/a314eth.device index 1e5f0f9..2801dfb 100644 Binary files a/a314/software-amiga/a314eth.device and b/a314/software-amiga/a314eth.device differ diff --git a/a314/software-amiga/ethernet_pistorm/a314eth.device b/a314/software-amiga/ethernet_pistorm/a314eth.device deleted file mode 100644 index 2801dfb..0000000 Binary files a/a314/software-amiga/ethernet_pistorm/a314eth.device and /dev/null differ diff --git a/a314/software-amiga/ethernet_pistorm/build.sh b/a314/software-amiga/ethernet_pistorm/build.sh index b803f3b..4e511d4 100644 --- a/a314/software-amiga/ethernet_pistorm/build.sh +++ b/a314/software-amiga/ethernet_pistorm/build.sh @@ -1 +1 @@ -m68k-amigaos-gcc device-2.c -O2 -o a314eth.device -m68000 -Wall -Wextra -Wno-unused-parameter -fomit-frame-pointer -nostartfiles -lm -ldebug +m68k-amigaos-gcc device-2.c -O2 -o ../a314eth.device -m68000 -Wall -Wextra -Wno-unused-parameter -fomit-frame-pointer -nostartfiles -lm -ldebug