Berion
Developer
@Romanenko Try to remove "/build" from "Makefile" instead messing with kernel source. 
If this still will not compiling, additionally install kernel-headers.
BTW: You cannot use toolkit from that dir, "ps3" must be put in Your home (eg. "/home/romanenko/ps3/"). It is not related to Your issue but it is related to all other issues in future once You will get bswap16-ecb module.
Code:
KSRC_DIR=/lib/modules/$(shell uname -r)/build
obj-m += bswap16.o
all:
make -C $(KSRC_DIR) M=$(PWD) modules
clean:
make -C $(KSRC_DIR) M=$(PWD) clean
BTW: You cannot use toolkit from that dir, "ps3" must be put in Your home (eg. "/home/romanenko/ps3/"). It is not related to Your issue but it is related to all other issues in future once You will get bswap16-ecb module.
Last edited:
