summaryrefslogtreecommitdiff
path: root/libc/conio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/conio/Makefile')
-rw-r--r--libc/conio/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/libc/conio/Makefile b/libc/conio/Makefile
index 662b0ec..21b0a4d 100644
--- a/libc/conio/Makefile
+++ b/libc/conio/Makefile
@@ -3,13 +3,10 @@
# under the GNU Library General Public License.
ASRC=conio.c
-AOBJ=getch.o getche.o kbhit.o putch.o
+AOBJ=getch.o getche.o kbhit.o putch.o cputs.o gotoxy.o
-BSRC=conio.c
-BOBJ=cputs.o
-
-BIOSOBJ=$(BOBJ) cprintf.o
-DOSOBJ=$(AOBJ) $(BOBJ) cprintf.o
+BIOSOBJ=cprintf.o
+DOSOBJ=$(AOBJ) cprintf.o
CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS)