Skip to content

Commit

Permalink
Ensured nostdlib in kernel compile, removed two unused header files
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lacamera committed Mar 15, 2017
1 parent 12bba03 commit d4bc2f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include rules/picotcp.mk
include rules/userspace.mk

#kernel headers
CFLAGS+=-Ikernel/frosted-headers/include
CFLAGS+=-Ikernel/frosted-headers/include -nostdlib

#drivers headers
CFLAGS+=-Ikernel/drivers
Expand Down
2 changes: 1 addition & 1 deletion frosted-userland
2 changes: 0 additions & 2 deletions kernel/frosted.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

//#define DEBUG

#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>

Expand Down

0 comments on commit d4bc2f3

Please sign in to comment.