Skip to content

Commit

Permalink
frandom: Added to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoonsez committed May 24, 2013
1 parent deeddb3 commit 2e7f108
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -731,7 +731,7 @@ export mod_strip_cmd


ifeq ($(KBUILD_EXTMOD),)
core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ frandom/

vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
$(core-y) $(core-m) $(drivers-y) $(drivers-m) \
Expand Down
2 changes: 2 additions & 0 deletions frandom/Makefile
@@ -0,0 +1,2 @@
obj-m := frandom.o
PWD := $(shell pwd)

0 comments on commit 2e7f108

Please sign in to comment.