diff options
| author | Miguel <m.i@gmx.at> | 2018-09-20 02:02:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-20 02:02:28 +0200 |
| commit | 631fdbefc89a6202c5b8e2bf0e15a6ca7df809ef (patch) | |
| tree | d0cd13fcb6590c6d3bf88193ca344521ee3e3e78 /userspace/Makefile | |
| parent | 1e08b64b43bf9c50b644da3f76d5a8bcc73f62da (diff) | |
newlib and pipes
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index d39f15f..b3c962b 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -45,6 +45,7 @@ ext2.img: $(PROGS) @mkdir -p mnt/bin @mkdir -p mnt/doc/test @mkdir -p mnt/sys # mountpoint for sysfs + @mkdir -p mnt/pipes # mountpoint for pipes @cp test.txt mnt/doc/test/ @cp $(PROGS) mnt/bin @cp fonts/binfont.bin mnt/ |
