diff --git a/userland/assert_fail.c b/userland/assert_fail.c new file mode 120000 index 0000000..fb1be37 --- /dev/null +++ b/userland/assert_fail.c @@ -0,0 +1 @@ +../baremetal/interactive/assert_fail.c \ No newline at end of file diff --git a/userland/interactive/Makefile b/userland/interactive/Makefile deleted file mode 120000 index d0b0e8e..0000000 --- a/userland/interactive/Makefile +++ /dev/null @@ -1 +0,0 @@ -../Makefile \ No newline at end of file diff --git a/userland/interactive/assert_fail.c b/userland/interactive/assert_fail.c deleted file mode 120000 index 961b18a..0000000 --- a/userland/interactive/assert_fail.c +++ /dev/null @@ -1 +0,0 @@ -../../baremetal/interactive/assert_fail.c \ No newline at end of file diff --git a/userland/interactive/params.mk b/userland/interactive/params.mk deleted file mode 100644 index b17a88a..0000000 --- a/userland/interactive/params.mk +++ /dev/null @@ -1 +0,0 @@ -COMMON_DIR = ../..