From 9a29d452d03a63f39a80c0640b7747d8508568e2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 28 Sep 2018 00:29:02 +0200 Subject: moved mouse and kb, fixed mouse a bit --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ea6daa..98052a0 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ AS=i686-foolos-as CC=i686-elf-gcc AS=i686-elf-as +#try arm +#CC=arm-none-eabi-gcc +#CC=arm-none-eabi-as + ############ compiler flags ############ #https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html -- cgit v1.2.3